home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Environments / PowerFantasm™ 4.19a / PowerFantasm™ / Fantasm V4 headers / Windows.def < prev   
Text File  |  1996-06-21  |  2KB  |  112 lines

  1. documentProc                    EQU        0
  2. dBoxProc                        EQU        1
  3. plainDBox                        EQU        2
  4. altDBoxProc                        EQU        3
  5. noGrowDocProc                    EQU        4
  6. movableDBoxProc                    EQU        5
  7. zoomDocProc                        EQU        8
  8. zoomNoGrow                        EQU        12
  9. rDocProc                        EQU        16
  10. ; floating window defproc ids 
  11. floatProc                        EQU        1985
  12. floatGrowProc                    EQU        1987
  13. floatZoomProc                    EQU        1989
  14. floatZoomGrowProc                EQU        1991
  15. floatSideProc                    EQU        1993
  16. floatSideGrowProc                EQU        1995
  17. floatSideZoomProc                EQU        1997
  18. floatSideZoomGrowProc            EQU        1999
  19. ; window kinds 
  20. dialogKind                        EQU        2
  21. userKind                        EQU        8
  22. ;FindWindow Result Codes
  23. inDesk                            EQU        0
  24. inMenuBar                        EQU        1
  25. inSysWindow                        EQU        2
  26. inContent                        EQU        3
  27. inDrag                            EQU        4
  28. inGrow                            EQU        5
  29. inGoAway                        EQU        6
  30. inZoomIn                        EQU        7
  31. inZoomOut                        EQU        8
  32.  
  33. ;window messages
  34. wDraw                            EQU        0
  35. wHit                            EQU        1
  36. wCalcRgns                        EQU        2
  37. wNew                            EQU        3
  38. wDispose                        EQU        4
  39. wGrow                            EQU        5
  40. wDrawGIcon                        EQU        6
  41. deskPatID                        EQU        16
  42. ;Window Part Identifiers which correlate color table entries with window elements
  43. wContentColor                    EQU        0
  44. wFrameColor                        EQU        1
  45. wTextColor                        EQU        2
  46. wHiliteColor                    EQU        3
  47. wTitleBarColor                    EQU        4
  48.  
  49. wNoHit                            EQU        0
  50. wInContent                        EQU        1
  51. wInDrag                            EQU        2
  52. wInGrow                            EQU        3
  53. wInGoAway                        EQU        4
  54. wInZoomIn                        EQU        5
  55. wInZoomOut                        EQU        6
  56.     if PPC
  57.         IMPORT    InitWindows
  58.         IMPORT    GetWMgrPort
  59.         IMPORT    NewWindow
  60.         IMPORT    GetNewWindow
  61.         IMPORT    CloseWindow
  62.         IMPORT    DisposeWindow
  63.         IMPORT    GetWTitle
  64.         IMPORT    SelectWindow
  65.         IMPORT    HideWindow
  66.         IMPORT    ShowWindow
  67.         IMPORT    ShowHide
  68.         IMPORT    HiliteWindow
  69.         IMPORT    BringToFront
  70.         IMPORT    SendBehind
  71.         IMPORT    FrontWindow
  72.         IMPORT    DrawGrowIcon
  73.         IMPORT    MoveWindow
  74.         IMPORT    SizeWindow
  75.         IMPORT    ZoomWindow
  76.         IMPORT    InvalRect
  77.         IMPORT    InvalRgn
  78.         IMPORT    ValidRect
  79.         IMPORT    ValidRgn
  80.         IMPORT    BeginUpdate
  81.         IMPORT    EndUpdate
  82.         IMPORT    SetWRefCon
  83.         IMPORT    GetWRefCon
  84.         IMPORT    SetWindowPic
  85.         IMPORT    GetWindowPic
  86.         IMPORT    CheckUpdate
  87.         IMPORT    ClipAbove
  88.         IMPORT    SaveOld
  89.         IMPORT    DrawNew
  90.         IMPORT    PaintOne
  91.         IMPORT    PaintBehind
  92.         IMPORT    CalcVis
  93.         IMPORT    CalcVisBehind
  94.         IMPORT    GrowWindow
  95.         IMPORT    FindWindow
  96.  
  97.         IMPORT    PinRect
  98.         IMPORT    DragGrayRgn
  99.         IMPORT    DragTheRgn
  100.         IMPORT    TrackBox
  101.         IMPORT    GetCWMgrPort
  102.         IMPORT    SetWinColor
  103.         IMPORT    SetDeskCPat
  104.         IMPORT    NewCWindow
  105.         IMPORT    GetNewCWindow
  106.         IMPORT    GetWVariant
  107.         IMPORT    SetWTitle
  108.         IMPORT    TrackGoAway
  109.         IMPORT    DragWindow
  110.  
  111.     endif
  112.